.accessible-row
{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.accessible-col
{
    display: table-cell;
    vertical-align: top;
}

.accessible-container{
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 9999;
    display: none;
}

.mouseenterclassname:hover{
    background-color: red!important;
    color: white !important;
}
.line-x{
    position: fixed;
    width: 100%;
    height: 5px;
    background-color: red;
    left: 0px;
    top:-10px;
    z-index: 99990;
}
.line-y{
    position: fixed;
    width: 5px;
    height: 100%;
    background-color: red;
    left: -10px;
    top:0px;
    z-index: 99990;
}
.text-show-content{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: rgb(204, 204, 204);
    color: black;
    left: 0px;
    bottom: 0px;
    z-index: 99991;
    display: none;
}
.text-show-content p{
    line-height: 50px;
    text-align: center;
    font-size: 30px;
}
.accessible-menu{
    position: fixed;
    top:0px;
    left: 0px;
    height: 80px;
    width: 100%;
    text-align: center;
    background-color: #bdbdbd;
    z-index: 99999;
}
.accessible-menu>.row{
    width: 1200px;
    margin: 0px auto;
    height: 80px;
    vertical-align: middle;
}
.accessible-menu>.row>.col{
    cursor: pointer;
    margin: 10px 0px;
    vertical-align: middle;
    border-bottom: 3px solid transparent;
}

.accessible-menu>.row>.col:hover{
    border-color: #14979c;
}
.accessible-menu>.row>.col.active{
    border-color: #014e9c;
    color: #014e9c;
}

.accessible-menu>.row>.col>div{
    width: 55px;
    height: 40px;
    margin: 5px auto 0px auto;
}

.accessible-menu .read{
    background:  url(../img/open.png)  no-repeat center;
}
.accessible-menu .only-text{
    background:  url(../img/accessible.png)  no-repeat -10px 0px;
}

.accessible-menu .show-text{
    background:  url(../img/accessible.png)  no-repeat -20px -120px;
}

.accessible-menu .pinyin{
    background:  url(../img/accessible.png)  no-repeat -10px -60px;
}

.accessible-menu .focus-bg{
    background:  url(../img/accessible.png) no-repeat -10px -180px;
}


.accessible-menu .scale-l{
    background:  url(../img/accessible.png)  no-repeat -10px -300px;
}
.accessible-menu .scale-g{
    background:  url(../img/accessible.png)  no-repeat -10px -240px;
}

.accessible-menu .change-bg{
    background:  url(../img/accessible.png)  no-repeat -10px -540px;
}

.accessible-menu .show-line{
    background:  url(../img/accessible.png) no-repeat  -10px -600px;
}

.accessible-menu .reset{
    background:  url(../img/accessible.png)  no-repeat 0px -660px;
}

.accessible-menu .close{
    background:  url(../img/accessible.png)  no-repeat 0px -720px;
}


.text-show-p span{
    display: inline-block;
    padding: 20px 2px;
    margin-top: -20px;
    height: 28px;
    font-size: 26px;
    line-height: 28px;
}
.text-show-p span sup{
    display: block;
    margin-top: -47px;
    font-size: 16px;
    line-height: 20px;
}

.change-bg-container{
    position: relative;
}
.change-bg-container ul{
    position: absolute;
    display: none;
}
.change-bg-container:hover  ul{
    width: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.change-bg-container .default{
    background-color: white;
}
.black-white{
    background-color: black;
    color:white;
}
.violet-white{
    background-color: violet;
    color:white;
}
.blue-black{
    background-color: blue;
    color:black;
}
.white-red{
    background-color: white;
    color:red;
}

.black-white-el{
    background: black !important;
    color:white !important;
}
.violet-white-el{
    background: violet !important;
    color:white !important;
}
.blue-black-el{
    background: blue !important;
    color:black !important;
}

.white-red-el{
    background: white !important;
    color:red !important;
}

.no-show{
    display: none !important;
}

.page-main-no-style{
    width: 1200px;
    margin: 0px auto;
    font-size: 18px;
}

